home *** CD-ROM | disk | FTP | other *** search
- stack 200000
- assign GameTracker: ""
- cd GameTracker:
-
- echo "*N"
- echo " Select master-server cache to update (1-15)"
- echo ""
- echo " 1:Barrysworld UK"
- echo " 2:NetGamers Italy"
- echo " 3:The GIB Italy"
- echo " 4:Ocrana Germany"
- echo " 5:Planetquake"
- echo " 6:ID LIMBO"
- echo " 7:ID CTF"
- echo " 8:ID TF"
- echo " 9:ID MISC"
- echo " 10:ID DM"
- echo " 11:Fortressfest TF"
- echo " 12:Australia"
- echo " 13:Qizmo (public proxies)"
- echo " 14:eDome Finland"
- echo " 15:SciFi Finland"
- echo ""
- echo " New file will be stored in cache/quakeworld/masters_static/"
-
- REQUESTSTRING >env:Input TITLE "select masterserver (1-15)" NOGADS
-
- if $Input eq 1
- echo "retrieving servers ...."
- qstat -qwm,outfile qwmaster.barrysworld.com,GameTracker:cache/quakeworld/masters_static/01.barrysworld
- echo "updating barrysworld.."
- endif
- if $Input eq 2
- echo "retrieving servers ...."
- qstat -qwm,outfile qwmaster.ngi.it,GameTracker:cache/quakeworld/masters_static/02.ngi
- echo "updating ngi.."
- endif
- if $Input eq 3
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.gib.it,GameTracker:cache/quakeworld/masters_static/03.gib
- echo "updating gib.."
- endif
- if $Input eq 4
- echo "retrieving servers ...."
- qstat -qwm,outfile qwmaster.ocrana.de,GameTracker:cache/quakeworld/masters_static/04.ocrana
- echo "updating ocrana.."
- endif
- if $Input eq 5
- echo "retrieving servers ...."
- qstat -qwm,outfile qwmaster.planetquake.com,GameTracker:cache/quakeworld/masters_static/05.planetquake
- echo "updating planetquake.."
- endif
- if $Input eq 6
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.idsoftware.com:27000,GameTracker:cache/quakeworld/masters_static/06.id_limbo
- echo "updating id-limbo.."
- endif
- if $Input eq 7
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.idsoftware.com:27002,GameTracker:cache/quakeworld/masters_static/07.id_ctf
- echo "updating id-ctf.."
- endif
- if $Input eq 8
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.idsoftware.com:27003,GameTracker:cache/quakeworld/masters_static/08.id_tf
- echo "updating id-tf.."
- endif
- if $Input eq 9
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.idsoftware.com:27004,GameTracker:cache/quakeworld/masters_static/09.id_misc
- echo "updating id-misc.."
- endif
- if $Input eq 10
- echo "retrieving servers ...."
- qstat -qwm,outfile satan.idsoftware.com:27006,GameTracker:cache/quakeworld/masters_static/10.id_dm
- echo "updating id-dm.."
- endif
- if $Input eq 11
- echo "retrieving servers ...."
- qstat -qwm,outfile 207.88.6.18,GameTracker:cache/quakeworld/masters_static/11.fortressfest
- echo "updating fortressfest.."
- endif
- if $Input eq 12
- echo "retrieving servers ...."
- qstat -qwm,outfile quakex.camtech.net.au,GameTracker:cache/quakeworld/masters_static/12.australia
- echo "updating australia.."
- endif
- if $Input eq 13
- echo "retrieving servers ...."
- qstat -qwm,outfile qizmo.sci.fi,GameTracker:cache/quakeworld/masters_static/13.qizmo
- echo "updating qizmo.."
- endif
- if $Input eq 14
- echo "retrieving servers ...."
- qstat -qwm,outfile master.edome.net,GameTracker:cache/quakeworld/masters_static/14.edome
- echo "updating edome.."
- endif
- if $Input eq 15
- echo "retrieving servers ...."
- qstat -qwm,outfile karr.sci.fi,GameTracker:cache/quakeworld/masters_static/15.scifi
- echo "updating scifi.."
- endif
- echo ".. FINISHED - exiting..."
-